home *** CD-ROM | disk | FTP | other *** search
/ STraTOS 1997 April & May / STraTOS 1 - 1997 April & May.iso / CD01 / DISK / FRDM114E / CHANGES.TXT next >
Encoding:
Text File  |  1995-07-05  |  14.8 KB  |  274 lines

  1. New in Freedom┐ v1.14a                      (The exterminator version |-)
  2. =========================================================================
  3. -Last version before changing to the Space eCPX version :-)
  4. -The Pterm memory management was so firm it was causing all kinds of 
  5.  problems when changing resolutions!
  6. -German ST-Guide format hypertext available. This is not included in the 
  7.  archive but available on request, English version will follow.
  8. -The menu bar trick no longer complains if no file is selected and 'OK' is 
  9.  selected.
  10. -Right click on the Clipboard saves the selection to the Clipboard (it was 
  11.  being interpreted as 'Cancel').
  12. -Kobold calls using [Control]+C and [Control]+X were swapped.
  13. -And finally a small project for your holidays! We've added a cheat-mode!
  14.  (It's a Drag&Drop goodie, have fun finding it :-)
  15.  
  16. New in Freedom┐ v1.14                       
  17. -------------------------------------------------------------------------
  18. -A faulty expression meant that although the Pterm memory management was 
  19.  built-in it wasn't used! (Durrrrr! (o:=) This has now been corrected and 
  20.  Sysmon confirms correct operation. As a result Freedom is much more 
  21.  stable under Single TOS.
  22. -Concurrently running Copy&Move operations now integrated (Kobold is 
  23.  recognised and used). The maximum buffer size for copy actions is set in 
  24.  Kb using the #MAXBUFFER option in FREEDOM.CNF.
  25. -#NO_KOBOLD option in FREEDOM.CNF optionally disables Kobold.
  26. -Copy/move operations without (or optionally with) Kobold now supported!
  27.  This can be either using Drag&Drop or via the Clipboard.
  28.  To copy/move folders/files using the Clipboard:
  29.  -Select folders/files then press [Control]+C (or [Control]+X for move)
  30.   (As previously this clips a file list to the Clipboard, as SCRAP.TXT)
  31.  -Change to destination directory then press [Control]+V.
  32.  To copy/move folders/files using Drag&Drop within Freedom:
  33.  -Select folders/files then open second Freedom window (right mouse 
  34.   click on Freedom logo or press [Shift]+[Help])
  35.  -Change new Freedom window to destination directory then Drag&Drop the 
  36.   folders/files across.
  37.  To copy/move folders/files using Drag&Drop with another application:
  38.  -Select folders/files in Freedom or other application then Drag&Drop 
  39.   the folders/files to their new destination. For example, files can be 
  40.   Drag&Dropped in either direction between Desktop windows and Freedom, 
  41.   using Thing/Gemini etc.
  42.  In all cases the copy/move dialog appears offering various options, 
  43.  select 'OK' to copy/move the folders/files.
  44.  [Control]+X was previously assigned to open the user defined Extension 
  45.  popup, this has been re-assigned as [Control]++X
  46.  [Control]+V was previously assigned to read SCRAP.TXT as select files 
  47.  where possible, this has been re-assigned as [Control]++V
  48. -AV-Server/Drag&Drop support completed. With other compatible 
  49.  applications this opens up many possibilities including:
  50.  -Drag&Drop folders/files from Freedom to other applications, for 
  51.   example files can be Drag&Dropped onto the Trashcan icon in 
  52.   alternative desktops such as Thing/Gemini etc.
  53.  -Files can be dragged to the Freedom action icons (along the bottom of 
  54.   the Freedom window), for example a folder/file/application icon can 
  55.   be Drag&Dropped onto Freedom's Info icon.
  56. -Even with modal calls it's possible to Drag&Drop files between Freedom 
  57.  Selectors.
  58. -The Trapper (FFSEL/FFSELR) now runs from the AUTO folder under MagiC 
  59.  Mac, hurrah! :-)
  60. -The time penalty imposed by the Trapper (FFSEL/FFSELR) is minimised 
  61.  by using a jump table.
  62. -The AES should no longer crash, if you try to Drag&Drop under Single TOS. 
  63.  (A call to appl_write with an invalid (high) Ap-ID was causing the 
  64.  problem)
  65. -Extended file sorting implemented. In addition to an icon objects can 
  66.  now also be assigned:
  67.  A descriptive name: Folder, Program, Font, etc.
  68.  A sort priority: Controls how high up the list window objects appear.
  69.  Foreground colour for text, selected and unselected.
  70.  Background colour for text, selected and unselected.
  71.  The sort by Type option can be applied in addition to the other sort 
  72.  methods. For example, sorting by Name AND Type lists the objects 
  73.  alphabetically grouped into file types then displayed according to 
  74.  their priority setting. By default this means folders are displayed 
  75.  first in the list alphabetically, followed by the executables, listed 
  76.  alphabetically, followed by the text files, listed alphabetically etc.
  77.  This provides unrivalled flexibility and total control!
  78. -File types can be used as psuedo masks, displayed inside <brackets>. 
  79.  This makes it possible to list only Programs, Fonts, etc!
  80.  A new Filetype popup has been added which is accessed by double right 
  81.  clicking on the file extension.
  82. -The top entry in the Extension popup displays the mask passed over 
  83.  from the calling application or '*.*'.
  84. -New method for perfect non modal _multiple_ selection :-)
  85.  The option #MENUBAR in FREEDOM.CNF now lists the menu ID which can be 
  86.  ascertained using MENU_ID.APP. Example lines:
  87.   EVEREST 4 22 Open file(s)
  88.   PAPYRUS 4 24 Open Document (PAP/RTF/ASCII)
  89. -[Alternate]+ACC entry also switches the Alerts off.
  90. -Editable field input is no longer swallowed when directories are 
  91.  read.
  92. -Position in the file window maintained even during window update and 
  93.  re-reading!
  94. -Oversensitive double click action can be switched off.
  95. -The file match optimisation has been extended to support file systems 
  96.  which allow more than a single full stop in the filename.
  97.  (Previously only file systems with a single full stop such as the 
  98.  standard 8.3 were supported).
  99. -Freedom can be installed without the Trapper (FFSEL/FFSELR), a 
  100.  warning alert is displayed.
  101. -New format string options implemented: %X, %a
  102. -3D Look in dialogs improved. (Group boxes, Radio buttons etc).
  103. -Selectric protocol now also functions with QED
  104. -Hidden files are now only displayed if explicitly set using #SHOWHIDDEN 
  105.  in FREEDOM.CNF.
  106. -#NOFORMDIAL in FREEDOM.CNF allows the form_dial-list query before opening 
  107.  the file selector to be inhibited. Only use this flag if you're 
  108.  experiencing problems with Papyrus (Freedom appears modally after some 
  109.  calls)!
  110. -When Info for several objects is selected, the default Info dialog button 
  111.  is set to 'Next' except for the last object for which the default object 
  112.  is changed to 'OK' ready to exit the dialog using the [Return] key.
  113. -When a request to open second file selector with the same ID is received 
  114.  Freedom intellegently tops the existing selector. The same protocol 
  115.  applies to VA_START and the menubar trick (You win Rainer (o:).
  116. -Object/s can now be 'touched' using the mouse: Either Drag&Drop the 
  117.  object/s to the New object icon or select the object/s followed by a 
  118.  right mouse click on the 'New object' icon.
  119. -The slider position is maintained during a directory update (automatic 
  120.  or via [Control]+[Esc])
  121. -Bug which caused a crash if not enough #COLUMNS were set in 
  122.  FREEDOM.CNF fixed.
  123. -Selectric style 'slider position history' removed and replaced with a 
  124.  more comprehensive method which works even if a directory hasn't been 
  125.  opened before! The list area displayed places the directory in the 
  126.  second line wherever possible.
  127. -A filename can now be passed directly into the editable field in the 
  128.  Search dialog using Drag&Drop or highlighting followed by selecting 
  129.  the Search icon. Otherwise the Search dialog editable field contains 
  130.  the previous entry or nothing.
  131. -If Freedom is opened via VA_START with files selected the 
  132.  corresponding directory is opened and the files are selected
  133. -History text extended to 200 files
  134. -Through the additional use of the [Shift] with [Control]+Number pad 0-9
  135.  and [Alternate]+Number pad 0-9 the extensions/paths from positions 11-20 
  136.  are now accessible via the keyboard.
  137. -New #THINGLIKE option in FREEDOM.CNF implemented. On exiting a folder 
  138.  the icon remains selected.
  139. -Workaround for Thing in connection with VA_DRAGACCWIND coordinates.
  140.  
  141. New in Freedom┐ v1.13
  142. -------------------------------------------------------------------------
  143. -Stack increased to 8k
  144. -USERDEF stack for NVDI3 with proportional fonts raised
  145. -Exiting Freedom┐ without selecting a file and empty input field no longer 
  146.  returns a file (hi Andreas :-)
  147. -3D colours interrogated before opening every dialog
  148. -Symbolic links under Minix-XFS followed once again
  149. -Reverse 'None' (unsorted) implemented
  150. -Numerical real time sort implemented
  151. -Non existent fonts no longer lead to a crash
  152. -Exporting file list to clipboard re-instated using [Shift][Control]+C or 
  153.  double click on clipboard icon.
  154. -Trapper no longer returns 0 to fsel_[ex]input with the VA_START trick
  155. -The Redraw trapper (warts and all) re-instated!
  156. -'+' and '-' keys on the number pad now have the same action as 
  157.  [CursorDown]+[Return] and [CursorUp]+[Return] which makes it easier to 
  158.  rapidly select files for applications which don't support multiple file 
  159.  selection (some crazy idea of Chrisker...)
  160. -The history file now remembers up to the last 100 files. Because the 
  161.  'History' popup can now be filtered by the active mask less files are 
  162.  usually displayed up to the maximum that can be fitted on screen.
  163. -The 'File' and 'History' popups have both received power ups:
  164.  -single left click: History filtered
  165.  -double left click: History unfiltered
  166.  -single left click: User files filtered
  167.  -double left click: User files unfiltered
  168.  -All functions added to Function keys
  169. -Slider position history is working again...
  170. -Sorting in the slider is updated immediately after changing sort mode
  171. -Alert box 'FFSEL not available' doesn't immediately vanish again!
  172.  
  173.  
  174. New in Freedom┐ v1.12
  175. -------------------------------------------------------------------------
  176. -The Registration program reads your key data saved as FREEDOM.REG (where 
  177.  available) and extracts the registered user data to automatically create 
  178.  the updated version.
  179. -Parallel processing capability!
  180. -A Freedom┐ trapper now hides the application's windows on redraw demand 
  181.  instead of filling them with a logo. This offers some advantages: No VDI 
  182.  workstation, no fill pattern and fewer problem programs but already some 
  183.  people prefer the original method so the next release may offer both 
  184.  methods!
  185. -Freedom┐, under SingleTOS as an accessory, reserves memory for itself 
  186.  using a more 'durable' method.
  187. -Bug in the trapper which could lead to the menu line for an Application 
  188.  being disabled the very first time Freedom┐ is called fixed.
  189. -[Control]+C and [Control]+V now copy and paste the path(s) and 
  190.  filename(s) of selected object(s) to/from the Clipboard.
  191. -Multiple file selection using the mouse noticably accelerated.
  192. -The History popup is filtered to display only files which match the 
  193.  currently active file extender.
  194. -EGEM evaluates the value returned from objc_sysvar.
  195. -Under 3D AESs Freedom┐ can optionally display 3D elements.
  196. -The colour of the directory window text, background, selected object text 
  197.  and background are all user definable (#TXTCOLOR, #BCKCOLOR, #STXTCOLOR, 
  198.  #SBCKCOLOR)!
  199. -Using scrollable edit fields any long filenames can be selected 
  200.  (EnhancedGEM for ever!)
  201. -%A (Attribute) and the other file attributes can now be added in the 
  202.  Format string
  203. -Tabs (right/left/centred) can now be used in the Format string which 
  204.  makes it feasible to use proportional fonts for the first time.
  205. -The 'Enter new mask' and 'De/Select files' dialogs have new 'Set' buttons 
  206.  which perform the same action as the 'OK' buttons except the dialog 
  207.  remains open for further use.
  208. -Starting MultiTOS with a large number of applications in GEM.CNF as 
  209.  accessories no longer causes the system to grind to a halt.
  210. -Drive info for non existant drives prevented.
  211. -Alert boxes in a #MODAL Application are now modal.
  212. -Also when the auto locator is not active and the filename is edited the 
  213.  edited filename is accepted by Freedom┐ (Sorry about that!).
  214. -On non 8.3 format file systems (were available) the faster Dxreaddir() 
  215.  call is used.
  216. -Under MiNT drive 'U' no longer superfluously queries attributes for 
  217.  drives 'A' and 'B'.
  218. -Freedom┐ no longer leaves itself at the mercy of the AES: The principal 
  219.  Userdef now uses its own stack! Certain VDI functions (especially in 
  220.  connection with vector fonts) could cause a hidden overflow of the AES 
  221.  stacks!
  222. -New #ALLCHARS option allows all characters to be used for filenames. This 
  223.  is especially useful with programs which support wildcard entry. For 
  224.  example the GEM-View slideshow and batch conversion options (*.*).
  225. -The match routine has been optimised (as a reward for CE, because he's 
  226.  finally registered :-) In some cases it's between 5-6 times faster than 
  227.  the previous version.
  228. -Under resolutions 600 pixels high the maximum size for popups is now 
  229.  correctly calculated.
  230. -In the Info dialog the program flags (Fastload and TT Ram) can also be 
  231.  adjusted.
  232. -Error calculating the size of the slider when the directory contained a 
  233.  large number of files now fixed.
  234. -Freedom┐ still has an ugly Iconify icon!
  235. -When reading a directory window an optional busy pointer (in the shape of 
  236.  a cup of coffee) has been added (some people thought it would be more 
  237.  user friendly).
  238. -Sorting and changing the mask for a directory no longer re-reads the 
  239.  directory (it took ages on a 300 file Minix directory!).
  240. -On sorting the selection remains selected.
  241. -The 'Possible extensions popup' is now available immediately.
  242. -Another superfluous redraw when using the fuller and sizing options 
  243.  removed.
  244. -Under WinX the Freedom┐ window allows itself to be moved off the left of 
  245.  the screen.
  246. -The Directory popups now display the next level up as '.' instead of 
  247.  '..'.
  248. -For people who still think Freedom┐ needs more hidden features we've 
  249.  added some double right mouse click actions:
  250.  -In the directory window: Object open
  251.   (previously [Alternate]/[Control]+left double click)
  252.   So if you have a README.TXT just right double click and read...
  253.  -On the file extension: Changes mask to *.*
  254.  -On the Select all button: De-select all
  255.  
  256. -Coming soon:
  257. -Freedom┐ v2.00 will run as an eCPX under Space...
  258.  Er...please sir what's Space?
  259.  Space (Superb Panel And Control Extension) is an XControl replacement 
  260.  currently under development with Christian Grunenberg, which allows CPXs 
  261.  to run in parallel! Watch this space :-)
  262.  Space makes it possible, for example, for various modules of Freedom┐ to 
  263.  run in parallel, reading directories, search operations and makes it 
  264.  possible to fully intergrate Copy/Move/Delete operations.
  265.  
  266. Finally the 'bad' news:
  267. -Configuration program: The top proirity at the moment is the development 
  268.  of Freedom┐ as an eCPX. The development of an separate external 
  269.  application is better spent developing the eCPX version.
  270. -Path Drag&drop (eg with NEWDESK) still unfortunately only goes in one 
  271.  direction.
  272. -Hypertext: Still not finished (It's beyond our control :-X)
  273.  
  274.